home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
PC User 2003 December
/
Australian PC User - December 2003 (CD2).iso
/
software
/
browsers
/
files
/
opera721.exe
/
OPERA.JAR
/
netscape
/
plugin
/
Plugin.class
(
.txt
)
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
Macintosh to JP
NeXTSTEP
RISC OS/Acorn
Shift JIS
UTF-8
Wrap
Java Class File
|
2003-08-21
|
613 b
|
27 lines
package netscape.plugin;
import netscape.javascript.JSObject;
public class Plugin {
int peer;
JSObject window;
public void init() {
}
public void destroy() {
}
public int getPeer() {
return this.peer;
}
public JSObject getWindow() {
return this.window;
}
public boolean isActive() {
return this.peer != 0;
}
}